home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2006 March / PCnet 2006-06.3.iso / Apps / Flash / video2flash.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-05-15  |  3.3 KB  |  63 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=Video2Flash
  4. AppVerName=Video2Flash 5.8
  5. AppId=Video2Flash
  6. AppPublisher=MultiPower Software, Inc.
  7. AppPublisherURL=http://www.my-dvd-creator.com
  8. AppSupportURL=http://www.my-dvd-creator.com
  9. AppUpdatesURL=http://www.my-dvd-creator.com
  10. DefaultDirName={pf}\Video2Flash
  11. DefaultGroupName=Video2Flash
  12. OutputBaseFilename=video2flash
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\video2flash.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\AVEncoder.dll"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\ReceiverAudio.dll"; DestDir: "{app}"; Flags: restartreplace regserver sharedfile ignoreversion 
  22. Source: "{app}\ReceiverVideo.dll"; DestDir: "{app}"; Flags: restartreplace regserver sharedfile ignoreversion 
  23. Source: "{app}\common.dll"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\dvdtool.dll"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\gdiplus.dll"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\help.chm"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\skin\flash\flash.skin"; DestDir: "{app}\skin\flash"; Flags: ignoreversion 
  28. Source: "{app}\skin\flash\flash_click.JPG"; DestDir: "{app}\skin\flash"; Flags: ignoreversion 
  29. Source: "{app}\skin\flash\flash_disable.JPG"; DestDir: "{app}\skin\flash"; Flags: ignoreversion 
  30. Source: "{app}\skin\flash\flash_mask.bmp"; DestDir: "{app}\skin\flash"; Flags: ignoreversion 
  31. Source: "{app}\skin\flash\flash_normal.JPG"; DestDir: "{app}\skin\flash"; Flags: ignoreversion 
  32. Source: "{app}\skin\flash\flash_over.JPG"; DestDir: "{app}\skin\flash"; Flags: ignoreversion 
  33. [INI]
  34. FileName: "{app}\video2flash.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.my-dvd-creator.com"; 
  35. [Run]
  36. Filename: "{app}\video2flash.exe"; Description: "Launch Video2Flash"; Flags: postinstall skipifsilent nowait
  37. [Icons]
  38. Name: "{group}\Video2Flash"; Filename: "{app}\video2flash.exe"; 
  39. Name: "{group}\Video2Flash Help"; Filename: "{app}\help.chm"; 
  40. Name: "{group}\Video2Flash on the Web"; Filename: "{app}\video2flash.url"; 
  41. Name: "{group}\Uninstall Video2Flash"; Filename: "{uninstallexe}"; 
  42. Name: "{userdesktop}\Video2Flash"; Filename: "{app}\video2flash.exe"; Tasks: desktopicon; 
  43. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Video2Flash"; Filename: "{app}\video2flash.exe"; Tasks: quicklaunchicon; 
  44. [Tasks]
  45. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  46. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  47. [UninstallDelete]
  48. Type: files; Name: "{app}\video2flash.url"; 
  49. [CustomMessages]
  50. eng.NameAndVersion=%1 version %2
  51. eng.AdditionalIcons=Additional icons:
  52. eng.CreateDesktopIcon=Create a &desktop icon
  53. eng.CreateQuickLaunchIcon=Create a &Quick Launch icon
  54. eng.ProgramOnTheWeb=%1 on the Web
  55. eng.UninstallProgram=Uninstall %1
  56. eng.LaunchProgram=Launch %1
  57. eng.AssocFileExtension=&Associate %1 with the %2 file extension
  58. eng.AssocingFileExtension=Associating %1 with the %2 file extension...
  59. [Languages]
  60. ; These files are stubs
  61. ; To achieve better results after recompilation, use the real language files
  62. Name: "eng"; MessagesFile: "embedded\eng.isl"; 
  63.